Nevron.GraphicsCore Namespace / NGeometry2D Class / Rotate Method / Rotate(NPointD[],Int32,Int32,Double) Method


In This Topic
    Rotate(NPointD[],Int32,Int32,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Rotate( _
       ByVal points() As NPointD, _
       ByVal start As System.Integer, _
       ByVal count As System.Integer, _
       ByVal angle As System.Double _
    ) 
    'Usage
     
    
    Dim points() As NPointD
    Dim start As System.Integer
    Dim count As System.Integer
    Dim angle As System.Double
     
    NGeometry2D.Rotate(points, start, count, angle)
    public static void Rotate( 
       NPointD[] points,
       System.int start,
       System.int count,
       System.double angle
    )

    Parameters

    points
    start
    count
    angle
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also